FFmpeg is very handy utility to edit multimedia file

FFmpeg is very powerful open source multimedia tool. The source code is hosted at https://github.com/FFmpeg/FFmpeg, and the pre-compiled binary version can be found at https://ffmpeg.zeranoe.com/builds/. However, sometimes, it not user friendly, and you have to remember many parameters. Here are some samples, which I regular used: Converting video and audio into different format $ ffmpeg -i input.mp4 output.avi … Continue reading FFmpeg is very handy utility to edit multimedia file